home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / Mail / local.mk < prev    next >
Encoding:
Text File  |  1990-02-14  |  719 b   |  24 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. #include    <$(SYSMAKEFILE)>
  9.  
  10. #
  11. # Add more install stuff in order install library files, synonyms.
  12. #
  13.  
  14. install        :: libraryFiles synonym
  15. libraryFiles    : .SILENT
  16.     $(UPDATE) -m 444 Mail.help Mail.rc Mail.tildehelp \
  17.         /sprite/lib/$(NAME)
  18. synonym        : .SILENT
  19.     -if test ! -h $(INSTALLDIR).$(TM)/mail; then \
  20.         echo Creating link for $(INSTALLDIR).$(TM)/mail; \
  21.         rm -f $(INSTALLDIR).$(TM)/mail; \
  22.         ln -s $(NAME) $(INSTALLDIR).$(TM)/mail; \
  23.     fi
  24.